:root {
    --solv-white-text: #FFFFFF;
    --solv-dark-text: #0b505f;
    --solv-primary-green: #00dfc8;
    --solv-secondary-green: #0A7B6B;
    --solv-hr-grey: #888B8B;
    --solv-dark-green: #01332B;
    --solv-green-teal: #BFFDE3;
}

.cc-message p {
   color: #ffffff !important; 
}

.cmp-modal__sub-title p {
   color: #ffffff !important; 
}

.cmp-list-tile-content h2 {
   color: #ffffff !important; 
}

.aqua-centered-style {
    width: 65% !important;
    max-width: 900px !important;
    margin: auto;
}

.solv-img-footer-container {
    margin-left: -2rem !important;
}

.solv-form-section input[type='submit'] {
    border: none !important;
    text-transform: uppercase;
    letter-spacing: 3px;
}

@media screen and (1px <= width <= 767px) {
    .container{
        width: 100%;
    } 

    .aqua-centered-style {
        width: 95% !important;
        margin: auto;
    }

    .solv-img-footer-container {
        margin-left: -2rem !important;
    }


    .solv-hr-secondary {
        width: auto !important;
    }

    .container.solv-form-section {
        margin-left: 0.5rem !important;
    }
}

@media screen and (768px <= width <= 1024px) {
    .container.solv-form-section {
        margin-left: -1rem !important;
    }
}

@media screen and (1025px <= width <= 1918px) {
    .container.solv-form-section {
        margin-left: 2rem !important;
    }
}

@media screen and (width >= 1919px) {
    .container.solv-form-section {
        margin-left: -2rem !important;
    }
    .solv-img-footer-container {
        margin-left: -3rem !important;
    }
    .solv-footer-lower-section {
        margin-left: -1rem !important;
    }
}

.container.solv-content-hugger-container {
    margin-left: 1.6rem;
    margin-right: auto;
}

body {
    /*Modified*/
    width: 100%;
    margin: auto;
}

.container.solv-form-section {
    margin-left: 1.6rem;
}

/* div.solv-content-hugger-container, */
/* div.container.solv-form-section, */
/* section.solv-footnotes-container { */
    /* width: 60%; */
    /* margin: auto; */
/* } */

/* section.solv-form-container form {
    margin-left: 1.8rem;
} */

div.logo-container {
    max-width: 100%;
    margin: auto;
}

p {
    /*Modified*/
    color: #0b505f;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 25px;
}

h1 {
    /*Modified*/
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    Margin: 0;
    Margin-bottom: 0;
    Margin-top: 0;
    color: #0b505f;
    font-family: Arial Regular, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 400;
    hyphens: none;
    line-height: 40px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    word-break: keep-all;
    word-wrap: normal;
    text-transform: uppercase;
    letter-spacing: 8px;
}

h2 {
    /*Modified*/
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    Margin: 0;
    Margin-bottom: 0;
    Margin-top: 0;
    color: #0b505f !important;
    font-family: Arial Regular, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    hyphens: none;
    line-height: 30px;
    margin: 0;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    word-break: keep-all;
    word-wrap: normal;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

h6 {
    font-feature-settings: "clig" off, "liga" off;
    /* font-family: "Outfit"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.solv-hero {
    height: 375px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    position: relative;
    /* background: linear-gradient(270deg, rgba(1, 51, 43, 0.1) 23.58%, #01332B 100%), url("https://images.engage.solventum.com/EloquaImages/clients/Solventum/%7Be9ddcfa4-4617-4d26-b033-f382f30f4d11%7D_02-banner-engage-placeholder.jpg"); */
    background: url("https://images.engage.solventum.com/EloquaImages/clients/Solventum/%7B52faea62-09a4-4b0a-9206-9bcb6f8fbfa6%7D_Phase1_Solventum_Eloqua_Templates_03112024_Images_600x300.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 75%;
    background-position-y: 25%;
}



.solv-hero-textarea {
    color: var(--solv-white-text);
    /* height: 290px; */
    width: 620px;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    position: absolute;
    top: 75px;
}

/* .solv-hero-textarea h2 {
    /* line-height: 110%; 
    font-size: 48px;
}

.solv-hero-textarea p {
    line-height: 150%;
} */

.solv-btn-primary {
    /*Modified*/
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #199897;
    height: 40px;
    width: fit-content;
    min-width: 110px;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    font-style: normal;
    color: #ffffff;
    gap: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    background: #199897;
	text-transform: uppercase;
	letter-spacing: 3px;

}

/* Content hugger */

/* .solv-content-hugger-container {
    margin: 0 50px 0 50px;
} */


/* Heading section */

#solv-main-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.solv-titling {
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    /* height: 95px; */
    /* border: 1px solid green; */
}


.solv-titling hr {
    margin-bottom: 24px;
}

hr.solv-hr-primary {
    border: 0;
    height: 0;
    border-bottom: 2px solid #00dfc8;
    margin-top: 10px;
}

.solv-titling-txt {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 24px;
    /* border: 1px solid red; */
}

hr.solv-hr-secondary {
    border: 0;
    height: 0;
    border-bottom: 2px solid #00dfc8;
    margin-top: 18px;
    width: 24rem;
}

/* Two column section */

.solv-two-column-main-container {
    display: flex;
    flex-wrap: wrap;
    /* height: 560px; */
    margin-bottom: 32px;
    padding-top: 58px;
    /* border: solid 1px red; */

}

.solv-two-column-container h2 {
    font-size: 48px;
}

.solv-two-column-container h4 {
    font-size: 24px;
}

.solv-two-column-container p {
    font-size: 16px;
}

.solv-two-column-container {
    flex: 50%;
    /* border: solid 1px green; */
}

.solv-two-column-heading {
    flex: 50%;
    /* width: 800px; */
    padding: 180px 40px 80px 142px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
    align-items: flex-start;
    /* border: solid 1px yellow; */
}

.solv-two-column-btn {
    height: 40px;
    width: 167px;
    border: 2px solid var(--solv-secondary-green);
    color: var(--solv-secondary-green);
    border-radius: 80px;
    padding: .5rem .5rem;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
}

.solv-two-column-container img {
    height: auto;
    width: 100%;
    background-size: cover;
    /* border: solid 1px purple; */
}

/* Quote section */

.solv-quote-container {
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    text-align: justify;
    margin-bottom: 100px;
    padding-top: 8rem;
}

.solv-quote-content {
    padding: 32px 32px;
}

/* .solv-quote-box {
    width: 1216px;
    height: 132px;
} */

.solv-quote-box h2 {
    font-size: 40px;
}

.solv-quote-footer-author {
    /* display: flex;
    flex-direction: column; */
    padding-top: 68px;
    gap: .5rem;
    /* width: 20%; */
    /* transform: translateX(335px) translateY(30px); */
    /* margin-right: 0;
    padding-right: 0; */
}

.solv-hr-quote-author {
    border-top: solid 2px var(--solv-primary-green);
    width: 80px;
    margin-bottom: 12px;
}



/* Stats section */

.solv-stats-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin: 120px 80px 0 80px; */
    gap: 2.5rem;
    /* height: 340px; */
    background-color: var(--solv-green-teal);
}

.solv-stats-content-container {
    width: 400px;
    /* height: 180px; */
    flex: 33.33%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 28px 80px 28px 80px;
}

.solv-stats-number-values {
    font-size: 62px;
    color: var(--solv-dark-green);
}

.solv-stats-label-tag {
    font-size: 20px;
    color: var(--solv-dark-green);
}

.solv-stats-description-text {
    font-size: 16px;
    color: #303030;
}

/* Data table section */

.solv-data-table-container {
    display: flex;
    flex-direction: column;
    /* height: 288px; */
    padding: 12px 80px 0 80px;
}

table {
    display: flex;
    flex-direction: column;
    text-align: left;
    border-collapse: collapse;

}

th,
td {
    border: 1px solid var(--solv-hr-grey);
    padding: 8px;
}

.elq-label {
    color: #0b505f;
}

.elq-item-label {
    color: #0b505f;
}


.solv-table-heading {
    width: 500px;
    font-size: 20px;
    height: 48px;
    background-color: var(--solv-green-teal);
    color: var(--solv-dark-text);
}

.solv-table-data-text {
    width: 500px;
    height: 48px;
}


/* Form section */

.solv-form-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    /* padding: 80px 80px; */
    /* width: 140px; */
    /* gap: 5rem; */
}

.solv--card-container {
    flex: 50%;

}

/* .solv-form-section {
    flex: 50%;
    width: 620px;
} */


.solv-titling-two-columns {
    margin: 0;
    margin-bottom: 18px;
    padding: 0;
    width: 620px;
}

.solv-form-section>div:nth-child(1) {
    width: auto;
    padding: 0 0 0 76px;
}

h2.solv-titling-two-columns {
    font-size: 48px;
}


.solv-form-section form {
    /* width: 1440px; */
    /* padding: 0 80px 0 50px; */
    display: flex;
    flex-direction: column;

}


.solv-card-container {
    width: 620px;
    /* height: 819px; */
    margin-bottom: 18px;
}

.solv-card-container img {
    max-width: 100%;
    height: auto;
    /* object-fit: cover; */
    border-top-left-radius: 8px;
}

.solv-card-img {
    max-width: 100%;
    height: 465px;
    object-fit: cover;
    border-top-left-radius: 8px;
    background-image: url("https://images.engage.solventum.com/EloquaImages/clients/Solventum/%7B64dd9768-4a7d-48b5-9999-305f53f18619%7D_card-image-placeholder.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


.solv-card-content-container {
    background: #F8F8F4;
    padding: 40px;
}

.solv-card-category {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    width: 532px;
    height: 85px;


    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

}

.solv-card-category-tag {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.solv-card-tag-divider {
    border-right: 1px solid black;
    height: 12px;
}

.solv-card-insights {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    /* width: 532px;
    height: 235px; */
}

.solv-card-insights :nth-child(2) {
    font-size: 20px;
}

.solv-card-time-info svg {
    vertical-align: text-top;
}

.solv-card-standlone-link-container {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solv-card-standalone-link {
    color: #61696A;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #61696A;
    padding-bottom: 1px;
}

.solv-card-standalone-link svg {
    vertical-align: middle;
}


.solv-form-section input[type='text'] {
    /* margin-bottom: 32px; */
    max-width: 100%;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #6D6F70;
}

.solv-form-section select {
    margin-bottom: 32px;
    max-width: 100%;
    border-radius: 4px;
    height: 44px;
    border: 1px solid #6D6F70;
}

.solv-checkbox-container {
    display: flex;
    gap: .5rem;
    margin: 15px 0 15px 15px;
}

body>section.solv-form-container>div>form>p.textarea-label {
    margin-top: 32px;
}

.solv-form-section form>textarea.solv-form-textarea-full {
    height: 160px;
    width: auto;
    border-radius: 4px;
    border: 1px solid #6D6F70;
    margin-bottom: 32px;
    margin-top: 8px;
}

hr.solv-hr-grey {
    border: 0;
    height: 0;
    border-bottom: 2px solid var(--solv-hr-grey);
    margin-top: -10px;
    margin-bottom: 32px;
}

.solv-checkbox-disclaimer {
    display: flex;
    gap: .5rem;
    margin-bottom: 32px;
}

.solv-checkbox-disclaimer input[type='checkbox'] {
    justify-content: flex-start;
    align-self: start;
}


.solv-form-section input[type='submit'] {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #199897;
    height: 40px;
    width: fit-content;
    min-width: 110px;
    padding: 8px 24px;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--solv-white-text);
    gap: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
    border-radius: 80px;
    background: #199897;
}

/* Footnotes section */

.solv-footnotes-container {
    display: flex;
    justify-content: center;
    align-self: center;
    flex-direction: column;
    /* width: 1280px; */
    /* height: 150px; */
    padding: 0px 80px 32px 12px;

}

.solv-footnotes-container h3 {
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    Margin: 0;
    Margin-bottom: 0;
    Margin-top: 0;
    color: #0b505f;
    font-family: Arial Regular, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    hyphens: none;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    word-break: keep-all;
    word-wrap: normal;
}

.solv-footnotes-container ol>li,
.solv-footnotes-container p {
    color: #0b505f;
    font-size: 12px;
    line-height: 18px;
}

/* Linked list section */

#linked-list-section {
    padding: 32px 0;
    /* padding: 18px 30px 18px 30px; */
    background-color: var(--solv-dark-green);
}

.solv-linked-list-container {
    display: flex;
    gap: 4rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.solv-list-link {
    Margin: 0;
    color: #199897;
    font-family: Arial Bold, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: underline;
}

#linked-list-section p.solv-column-heading {
    color: var(--solv-white-text);
}

#linked-list-section a.solv-list-link {
    /* color: #19A591; */
    padding-left: 29px;
}

#linked-list-section a.solv-list-link::before {
    background-color: var(--solv-primary-green);
    content: "";
    display: block;
    height: 1.5rem;
    left: 0;
    -webkit-mask-image: url("https://www.solventum.com/etc.clientlibs/healthcareweb/clientlibs/clientlib-site/resources/images/arrow-forward-icon.svg");
    mask-image: url("https://cdn-assets-us.frontify.com/s3/frontify-enterprise-files-us/eyJwYXRoIjoiM20taGVhbHRoY2FyZS1zcGluY29cL2ZpbGVcL1FNTkN4V2pONG90TGs4REZoVE1hLnN2ZyJ9:3m-healthcare-spinco:zRUZDbpbollEbH9VN52A0vkVgWWjexr3-4MvZmnQWM0?width=2400");
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 90%;
    mask-size: 60%;
    position: absolute;
    width: 1.5rem;
}

/* Footer */

.solv-footer {
    background-color: #062830;
}

.solv-footer .container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.solv-img-footer-container {
    height: 68px;
    width: 254px;
    margin-left: -2rem;
    /* margin: 32px 80px 32px 80px; */

}

.solv-img-footer-container img {
    /* padding: 32px 0 32px 0; */
}

.solv-columns-container {
    /* display: flex; */
    padding: 68px 80px 32px 80px;

}

.solv-columns-container-mobile {
    display: flex;
    /* gap: 8rem; */
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.solv-column {
    display: flex;
    flex-direction: column;
    /* width: 290px; */
    gap: 1rem;
    position: relative;
}

.solv-column-heading {
    font-size: 24px;
}

.solv-footer-btn {
    height: 40px;
    width: 139px;
    border: 2px solid var(--solv-primary-green);
    border-radius: 80px;
    padding: .5rem .5rem;
    text-align: center;
    text-decoration: none;

}

.solv-column a {
    color: var(--solv-primary-green);
}

.solv-social-icons {
    display: flex;
    gap: 1.5rem;
}

hr.solv-hr-footer {
    border: 0;
    height: 0;
    border-bottom: 2px solid var(--solv-hr-grey);
    /* margin-top: -10px; */
    /* margin-bottom: 32px; */
    max-width: 100%;
    /* margin: 0 80px 0 80px; */
}

.solv-footer-lower-section {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    /* width: 1366px; */
    /* height: 50px; */
    /* margin: 32px 80px 0 80px; */
    /* border-top: .175rem solid var(--solv-hr-grey); */
    padding: 32px 80px 0 80px;
    gap: 1rem;
}

.solv-footer-lower-section a {
    margin-right: 6px;
    color: #00E0C9;
}

/* CSS for the containers */



/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/* .solv-body-container > div:nth-child(1) {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
} */

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/*.solv-two-column-main-container {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}*/

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/*.solv-quote-container {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}*/

/* responsive.css | http://127.0.0.1:5500/Page04/responsive.css */

/*.container {
    clear: both;
    margin: 0.5rem auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}*/

/*@media screen and (width >=1920px) {

    .solv-two-column-heading {
        padding: 50px 0 80px 0;
    }
}*/

/* styles04.css | http://127.0.0.1:5500/Page04/styles04.css */

.solv-two-column-heading {
    /* padding: 180px 40px 80px 142px; */
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-stats-container {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

body>section:nth-child(5) {
    background-color: var(--solv-green-teal);
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

div.solv-content-hugger-container:nth-child(6) {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-data-table-container {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

/* .solv-form-section {
  box-sizing: border-box;
  clear: both;
  margin: 0 auto;
  max-width: 76.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
} */

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

div.solv-content-hugger-container:nth-child(10) {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-columns-container {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-hr-footer {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

/* Elemento | http://127.0.0.1:5500/Page04/mockup-04.html */

.solv-footer-lower-section {
    box-sizing: border-box;
    clear: both;
    margin: 0 auto;
    max-width: 76.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}

div.solv-columns-container-mobile {
    align-items: center;
}

div.solv-columns-container-mobile>div.solv-img-footer-container {
    width: 150px;
    margin-top: 2rem;
}

div#aqua-footer-logo-loader>div.solv-img-footer-container {
    width: 305%;
}

footer.solv-footer {
    overflow: hidden;
}

.submit-button-style {
    background-color: #199897;
}

section.solv-footnotes-container {
    padding: 0px 0px 32px 0px;
}

/*@media screen and (width <=768px) {
    div.solv-columns-container-mobile {
        gap: 0 !important;
    }
}

@media screen and (width <=700px) {

    div.solv-content-hugger-container,
    div.container.solv-form-section,
    section.solv-footnotes-container {
        width: 90%;
        margin: auto;
    }

    section.solv-footnotes-container {
        width: 78%;
    }

    section.solv-form-container form {
        margin-left: -0.8rem;
    }
}

@media screen and (981px <= width <= 1024px) {
    div.logo-container {
        width: 60%;
    }

    div.container.solv-form-section {
        width: 71%;
    }
}


@media screen and (880px <= width <= 980px) {
    div.logo-container {
        width: 60%;
    }

    div.container.solv-form-section {
        width: 71%;
    }
}

@media screen and (1200px <= width <= 1400px) {
    div.logo-container {
        max-width: 58%;
    }
}

@media screen and (1401px <= width <= 1779px) {
    div.logo-container {
        max-width: 85%;
    }
}

@media screen and (width <=381px) {
    div.solv-columns-container-mobile>div.solv-img-footer-container {
        width: 130px;
    }

    div#aqua-footer-logo-loader>div.solv-img-footer-container {
        width: 100%;
    }
}

@media screen and (701px <= width <=879px) {
    div.container.solv-form-section {
        width: 71% !important;
    }

    .solv-footnotes-container {
        width: 90% !important;
    }
}

@media screen and (701px <= width <= 1019px) {
    div.logo-container {
        width: 60%;
    }

    .solv-footnotes-container {
        width: 53% !important;
    }
}

@media screen and (1020px <= width <= 1100px) {
    div.logo-container {
        width: 58%;
    }
    .solv-form-section {
        width: 71%;
    }

    .solv-footnotes-container {
        width: 58% !important;
    }
}

@media screen and (1400px <= width <= 1546px) {
    div.logo-container {
        width: 68%;
    }
    .solv-form-section {
        width: 56%;
    }
    .solv-footnotes-container {
        width: 67% !important;
    }
}

@media screen and (1547px <= width <= 1779px) {
    div.logo-container {
        width: 74%;
    }
    .solv-form-section {
        width: 56%;
    }
}

@media screen and (1780px <= width <= 1917px) {
    div.logo-container {
        max-width: 90%;
    }
    .container.solv-form-section {
        width: 54%;
    }
    section.solv-form-container>form {
        margin-left: 2rem;
    }
}

@media screen and (width >=1439px) {
    section.solv-footnotes-container {
        width: 96%;
    }
}

@media screen and (width >=1919px) {
    div.logo-container {
        width: 100% !important;
        margin: auto;
    }

    section.solv-form-container>form {
        margin-left: -1.8rem;
    }

        section.solv-footnotes-container {
        width: 96%;
        padding: auto;
    }
}*/